.indexhotcategory{ height:100%; position:relative;}
.indexhotcategory .blocktitle{ color:#00a971}
.indexhotcategory .itembox{width:100%; height:640px; padding:0 2px; overflow:auto; margin:0 auto; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); overflow:hidden; padding-bottom:1px;}
.indexhotcategory .itembox a{ float:left; width:12.5%; height:100px; padding:5px 0; border:1px solid #f3f4f8; line-height:25px; margin-right:-1px; margin-bottom:-1px; transition:all ease-in-out 1s; text-align:center; opacity:0;}
.indexhotcategory .itembox a img{ transition:all ease-in-out 0.1s;}
.indexhotcategory .itembox a:hover img{ transform:scale(1.1);}
.slide.active .indexhotcategory .itembox a{ transform:rotate(0deg) translate(0) !important; opacity:1 !important;}

.indexhotcategory.col10 .itembox a{ width:10%;}